Documents for PDF, .NET Edition Documentation
Item Property (OwnedCollection<TItem>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > OwnedCollection<TItem> Class : Item Property
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As TItem
public TItem this[ 
   System.int index
]; {get; set;}

Parameters

index
See Also

Reference

OwnedCollection<TItem> Class
OwnedCollection<TItem> Members